home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / tst0831.zip / TST.DOC < prev    next >
Text File  |  1990-08-31  |  2KB  |  52 lines

  1.          DEMONSTRATION OF SPAWN & GRAPHICS SAVE FUNCTIONS
  2.                    ShareWARE ($10 to register)
  3.  
  4.          (c) 1990 by Microsystems Software, Inc.
  5.                          600 Worcester Road
  6.                          Framingham, MA  01701
  7.                          (508) 626-8511
  8.              Author: Ratko V. Tomic
  9.  
  10. TST is little TSR demo for CodeRunneR's PDK-3 capabilities. It allows
  11. you to run programs or COMMAND.COM while inside other applications,
  12. including those using graphics, mouse and coprocessor. Since TST
  13. saves forground application, it is best to run it from RAM disk,
  14. or to have LIM available. In case of LIM you get additional benefit
  15. of TSR size of only 1.4K of RAM. If you have HIGH-LOAD type utilities
  16. (like 386MAX) you can load TST into High Memory and use 0K low memory
  17. footprint and take up only 1.4K of high memory - the rest of TST is
  18. in EMS memory !
  19.  
  20.  
  21.     RUNNING ANY PROGRAM
  22.  
  23. After running TST.EXE press F11 or <Alt-COMMA> to pop-up execution window.
  24. On question "Program Name:" specify full path and name of the program
  25. (including COM or EXE extension). 
  26.  
  27. On question "Command Line" you can enter <CR> or the command options
  28. required by the application.
  29.  
  30. The application will be executed and upon its exit, the screen will be
  31. retained until you hit any key. Then the original screen, preceeding
  32. the pop-up will be restored.
  33.  
  34.  
  35.     RUNNING COMMAND SHELL
  36.  
  37. To shell out into COMMAND.COM press F12 or <Alt-PERIOD> then run any
  38. commands at the command level.
  39.  
  40.  
  41.     COMPILING TST.EXE  
  42.  
  43. In order to compile TST you MUST own CodeRunneR and PDK-3.
  44.  
  45. TST.EXE is created by DO.BAT. Source files are TST.C, TSTID.C and TSTIC.C.
  46.  
  47. LIM USE: The DO.BAT will compile & link assuming PDK-1 is available.
  48.          If this is not the case remove PDK-1 dependent parts of DO.BAT
  49.      as indicated in the batch file. When compiled with PDK-1,
  50.      the TST.EXE program will reserve up to 192K of LIM if available,
  51.      otherwise it will use swap file MEM_IMG.$$$.
  52.